test(repo): execute packed subpaths#2169
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
447a9ae to
e63d3d2
Compare
7af2c9f to
904af92
Compare
1a5a77f to
a49f48a
Compare
4675434 to
d83f305
Compare
a49f48a to
ab67cc0
Compare
d83f305 to
c53ccae
Compare
ab67cc0 to
5c21f92
Compare
c53ccae to
fcd3ee8
Compare
c336e30 to
fcb55ec
Compare
dd456c8 to
9496526
Compare
5e6c349 to
39f36b1
Compare
2814d23 to
815ca85
Compare
39f36b1 to
2ca864e
Compare
815ca85 to
f678c50
Compare
8c70ca8 to
5006eb1
Compare
f678c50 to
1e3aa59
Compare
5006eb1 to
f505062
Compare
554f049 to
81f0609
Compare
e656e66 to
dab294d
Compare
4a8cbbd to
f064103
Compare
dab294d to
72cafdf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Execute every promised packed subpath in clean Node and browser consumers.
Why
Manifest generation alone cannot prove that an exported subpath installs, resolves peers, or bundles in its declared environment.
How
Install packed tarballs, import all Node promises, typecheck consumer code, and run a Vite browser build according to descriptor environments.
Test plan